abcd81d3e4890664840e704a266857ca4de0104b,portal-impl/test/integration/com/liferay/portal/test/PACLIntegrationJUnitTestRunner.java,PACLIntegrationJUnitTestRunner,wrapTestClass,#Class#,82

Before Change



		try {
			URL location =
				clazz.getProtectionDomain().getCodeSource().getLocation();

			ClassLoader classLoader = new PACLClassLoader(
				new URL[] {location}, clazz.getClassLoader());

After Change


		throws InitializationError {

		try {
			ProtectionDomain protectionDomain = clazz.getProtectionDomain();

			CodeSource codeSource = protectionDomain.getCodeSource();